home *** CD-ROM | disk | FTP | other *** search
- object ProgressForm: TProgressForm
- Left = 284
- Top = 266
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Please wait...'
- ClientHeight = 51
- ClientWidth = 319
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object itemname: TLabel
- Left = 0
- Top = 20
- Width = 319
- Height = 18
- Align = alBottom
- Caption = 'itemname'
- end
- object actionname: TLabel
- Left = 0
- Top = 0
- Width = 319
- Height = 20
- Align = alClient
- Caption = 'actionname'
- end
- object ProgressBar1: TProgressBar
- Left = 0
- Top = 38
- Width = 319
- Height = 13
- Align = alBottom
- Min = 0
- Max = 100
- Step = 1
- TabOrder = 0
- end
- end
-